int LoadJPG(char *file)
Parameter | Type | Description |
---|---|---|
file | char * | filename for the .jpg image to load |
Returns TRUE if loading is OK, FALSE an any error.
This function loads a .jpg image. The image can be a standalone file or it can be included in a .fpk package file.